repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
opt
/
interface1.C
blob
850fe38401173ce4ee98f95490bc7ed41def6916
1
// { dg-do run }
2
// { dg-options "-O2" }
3
// { dg-additional-sources "interface1-a.cc" }
4
5
#pragma implementation "interface1.h"
6
7
#include "interface1.h"
8
9
extern void g();
10
11
int main () {
12
g();
13
}