repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20101010-3_0.C
blob
ed3b8d6bc8e2cb1edda13c2f900ff535b431f15c
1
// { dg-lto-do link }
2
// { dg-lto-options { "-flto -std=c++0x" } }
3
4
decltype(nullptr) a;
5
int main() { return 0; }