0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-06 09:21:50 +00:00
quakeforge/tools/qfcc/test/double-demote-float-ainit.r

7 lines
89 B
R
Raw Normal View History

double a;
int b[] = {1.0d};
int main ()
{
return 1; // test fails if compile succeeds
}