URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.hp/] [gdb.defects/] [bs14602.c] - Rev 1765
Compare with Previous | Blame | View Log
/* Test file for bs14602.exp */ double v_double = 0; long double v_long_double = 12345.67890; int main () { v_double = 0; v_long_double = 12345.67890; }