aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20101010-3_0.C
blob: ed3b8d6bc8e2cb1edda13c2f900ff535b431f15c (plain)
1
2
3
4
5
// { dg-lto-do link }
// { dg-lto-options { "-flto -std=c++0x" } }

decltype(nullptr) a;
int main() { return 0; }