blob: 8b9f065c822a31c81beea0cf1d745fdbca6c204a [file] [log] [blame]
// RUN: clang -fsyntax-only %s
typedef struct foo foo;
void blah(int foo) {
foo = 1;
}