mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
41175f40a3
llvm-svn: 39301
7 lines
90 B
C
7 lines
90 B
C
// RUN: clang -fsyntax-only %s
|
|
typedef struct foo foo;
|
|
|
|
void blah(int foo) {
|
|
foo = 1;
|
|
}
|