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