2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / syshdr3.h
blobe5d502a24f54337471daf6b9f96990203c79012d
1 #pragma GCC system_header
3 #define _Complex __complex__
4 #define _Complex_I 1.0iF
6 #define U_LL unsigned long long
7 #define ONE_ULL 1ULL