repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
udlit-clink-neg.C
blob
f20b755b7151df6a38e7c721a61e2d8cb12e9c45
1
// { dg-do compile { target c++11 } }
2
3
extern "C" {
4
5
int
6
operator ""_badclinkage(unsigned long long); // { dg-error "1:literal operator with C linkage" }
7
8
}