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

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

Completed in 326 milliseconds