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
Preserving locations for variable-uses and constants (PR c++/43486)
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
pch
/
interface-1.m
blob
9bc7ef3a244f05163c16b58d0a03aa4a5a223c9d
1
#include "interface-1.h"
2
3
@implementation TestClass
4
+ (int) test
5
{
6
return 0;
7
}
8
@end
9
10
int main (void)
11
{
12
return [TestClass test];
13
}
14