OSDN Git Service

2012-12-15 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20101010-3_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options { "-flto -std=c++0x" } }
3
4 decltype(nullptr) a;
5 int main() { return 0; }