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
/
lookup
/
builtin1.C
blob
5f25f28896511a7ad2046bb694c371c085ef13a2
1
// PR c++/19367
2
// { dg-do link }
3
4
void abort (void) { throw 3; }
5
6
namespace std { using ::abort; }
7
8
int main ()
9
{
10
using std::abort;
11
abort();
12
}