view gcc/testsuite/gcc.dg/cpp/syshdr.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* 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