Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / syshdr.h
blob3f546aa5206ad60b1bd7e1be539d5233da5ca1cd
1 /* Indented to avoid "suggest hiding ..." warnings. */
2 #pragma GCC system_header
4 #define sys_uint 1U
5 #define sys_str(x) x
6 #define sys_foo(x, y...) bar (x, ##y)
8 #define sys_uint 1U
9 #define sys_fl 1.0f
10 #define sys_ld 1.0L