aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/sysmac3.h
blob: 46077de86cdcc787c4a6b0c29c98352f9b55412d (plain)
1
2
3
4
5
6
7
8
9
10
/* Indented to avoid "suggest hiding ..." warnings.   */
 #pragma GCC system_header

#define sys_uint 1U
#define sys_str(x) x
#define sys_foo(x, y...) bar (x, y)

#define sys_uint 1U
#define sys_fl 1.0f
#define sys_ld 1.0L