]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/array-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / array-1.c.expected
1 /* Simplified from ncurses 5.0's pad.c
2    by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3
4    Copyright (C) 1999 Free Software Foundation  */
5
6 /* { dg-do compile } */
7
8 extern char foo[1];
9 char foo[] = "";
10
11 int
12 bar()
13 {
14   return foo[0];
15 }