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