HomeSort by relevance Sort by last modified time
    Searched full:sizetest2 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
complex-init-list.c 44 _Complex float sizetest2[] = { 1.0f, 1.0f, {1.0f, 1.0f} }; // expected-warning {{specifying real and imaginary components is an extension}} variable
45 _Complex float sizecheck2[(sizeof(sizetest2) == sizeof(*sizetest2)*3) ? 1 : -1];

Completed in 214 milliseconds