]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pr18809-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / pr18809-1.c.expected
1 /* PR c/18809 */
2 /* Origin: Andrew Pinski <pinskia@gcc.gnu.org> */
3
4 /* { dg-do compile } */
5
6 void foo(enum E e) {}   /* { dg-error "" } */
7 void bar() { foo(0); }  /* { dg-error "formal" } */