blob: e72586a337151311829d5fbc0356724be1fb222a [file] [log] [blame]
int foo (int n, char m[1][n]);
int foo (int n, char m[1][n])
{
}