repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
selector-6.mm
blob
9ec37fa8e9173f6225da3486e2a7e517d88a5ef5
1
/* { dg-options "" } */
2
/* { dg-do compile } */
3
4
#include <objc/objc.h>
5
6
int main()
7
{
8
SEL foo = @selector(foo: a::);
9
return 0;
10
}
11
12
/* { dg-final { scan-assembler "foo:a::" } } */
13