OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PR c++/52521
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
udlit-mangle.C
1
// PR c++/52521
2
// { dg-options -std=c++0x }
3
// { dg-final { scan-assembler "_Zli2_wPKc" } }
4
5
int operator "" _w(const char*);
6
int main() {
7
123_w;
8
}