(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
error7.C
// PR c++/12827
// { dg-options "-fshow-column" }

void f(int x
       int y);

// { dg-error "8:expected ',' or '...' before 'int'" "" { target *-*-* } 5 }