• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* FAIL: redefinition of a() */
2
3void a()
4{
5	;
6}
7
8void a()
9{
10	;
11}
12