blob: 5e6f439cfdf84e1ce37332a621b65390dc012e5e [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -fsyntax-only %s
Reid Spencer5f016e22007-07-11 17:01:13 +00002typedef struct foo foo;
3
4void blah(int foo) {
5 foo = 1;
6}