aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp/syshdr3.h
blob: e5d502a24f54337471daf6b9f96990203c79012d (plain)
1
2
3
4
5
6
7
#pragma GCC system_header

#define _Complex __complex__
#define _Complex_I 1.0iF

#define U_LL unsigned long long
#define ONE_ULL 1ULL