[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-2_0.c
blob3e67d4f5b4e8071d35a4bceaacff8ab77e8f3a16
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options { -r -nostdlib } } */
4 float a;
5 double sin ();
6 void
7 update_filter ()
9 a = sin (0);