repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
obj-c++.dg
/
pragma-1.mm
blob
3d3539ed3f3ef35c0d6e059ca9bac6095e43eea2
1
/* It is OK to use #pragma inside @interface body. This test checks that. */
2
/* Devang Patel <dpatel@apple.com>. */
3
4
@interface A
5
{
6
int p;
7
}
8
+(int) foo;
9
#pragma Mark foobar
10
-(int) bar;
11
@end