]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.hp/gdb.defects/bs14602.c
This commit was manufactured by cvs2svn to create branch
[thirdparty/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}