blob: 8b9f065c822a31c81beea0cf1d745fdbca6c204a [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -fsyntax-only %s
2typedef struct foo foo;
3
4void blah(int foo) {
5 foo = 1;
6}