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
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
lookup-1.mm
blob
e149e5c61195d06a444e65f01d46161fd56fa7a6
1
/* Simple test to check Objectivec-C++ qualified type lookup. */
2
/* Devang Patel <dpatel@apple.com>. */
3
4
@interface A
5
{
6
A *ap;
7
}
8
@end