Searched refs:s_f_d (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dalign-2.c12 struct d_double { float f; double d; } s_f_d = { 25.0, 26.0 }; variable in typeref:struct:d_double
37 if (s_f_d.f != 25.0) abort ();
38 if (s_f_d.d != 26.0) abort ();

Completed in 33 milliseconds