PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 991030-1.c
blobdff11d0a6d971d1c56c20a54a1cac2c206c67934
1 double x = 0x1.fp1;
2 int main()
4 if (x != 3.875)
5 abort ();
6 exit (0);