6 unsigned int foo(void);
10 _Static_assert([typeof(C
)] == [enum foobar
], "enum type");
11 _Static_assert([typeof(C
)] != [unsigned char], "char type");
19 * check-name: enum-type-exotic
21 * GCC type's for C is 'int' or maybe 'unsigned int'
22 * but certainly not 'unsigned char' like here.
23 * check-command: test-linearize -Wno-decl $file
27 * check-output-excludes: ret\\.32 *\\$255