OSDN Git Service

r284@cf-ppc-macosx: monabuilder | 2008-12-07 10:57:41 +0900
[pf3gnuchains/pf3gnuchains4x.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 }