blob: 8b9f065c822a31c81beea0cf1d745fdbca6c204a [file] [log] [blame]
Chris Lattner4b009652007-07-25 00:24:17 +00001// RUN: clang -fsyntax-only %s
2typedef struct foo foo;
3
4void blah(int foo) {
5 foo = 1;
6}