]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/inline-5.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / inline-5.c.expected
1 /* PR middle-end/13448 */
2
3 /* { dg-options "-O3" } */
4
5 void funct (const int n)
6 {
7   n++; /* { dg-error "" } */
8 }
9
10 int main () {
11   funct (1);
12   return 0;
13 }