0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-05 08:50:52 +00:00
quakeforge/tools/qfcc/test/double-demote-int-linit.r
2020-02-15 23:49:12 +09:00

6 lines
83 B
R

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