[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20101010-3_0.C
blobed3b8d6bc8e2cb1edda13c2f900ff535b431f15c
1 // { dg-lto-do link }
2 // { dg-lto-options { "-flto -std=c++0x" } }
4 decltype(nullptr) a;
5 int main() { return 0; }