[gcn] mkoffload.cc: Print fatal error if -march has no multilib but generic has
[gcc.git] / gcc / testsuite / g++.dg / debug / dwarf2 / default-arg1.C
blobd8edffe1a8c330ecac0bb9b7f16233c6bc42253f
1 // PR c++/65821
2 // { dg-options "-gdwarf-2 -dA" }
4 int b = 12;
6 inline void foo(const int &x = (b+3))
8   b = x;
11 int main()
13   foo();              // { dg-final { scan-assembler-not "default-arg1.C:6" } }