mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
10 lines
164 B
C
10 lines
164 B
C
/* 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;
|
|
}
|