blob: c72cec72d1612ef586a835cd65145e639889575a [file] [log] [blame]
typedef int T;
static void f(int T)
{
static T a;
}
/*
* check-name: typedef shadowing
* check-error-start:
typedef_shadow.c:4:18: error: Expected ; at end of declaration
typedef_shadow.c:4:18: error: got a
* check-error-end:
*/