Limit multi-byte nop instructions to 10 bytes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.defects / bs14602.c
1 /* Test file for bs14602.exp */
2
3 double v_double = 0;
4 long double v_long_double = 12345.67890;
5
6 int main () {
7 v_double = 0;
8 v_long_double = 12345.67890;
9 }
This page took 0.028961 seconds and 4 git commands to generate.