Searched defs:test15_t (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dexprs.c146 typedef unsigned long *test15_t; typedef
148 test15_t test15(void) {
149 return (test15_t)0 + (test15_t)0; // expected-error {{invalid operands to binary expression ('test15_t' (aka 'unsigned long *') and 'test15_t')}}

Completed in 15 milliseconds