mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
new testcase
llvm-svn: 39233
This commit is contained in:
parent
c6ad8131dd
commit
784b168c92
10
clang/test/Parser/function-decls.c
Normal file
10
clang/test/Parser/function-decls.c
Normal file
@ -0,0 +1,10 @@
|
||||
/* RUN: clang %s -parse-ast-print
|
||||
*/
|
||||
|
||||
void foo() {
|
||||
int X;
|
||||
X = sizeof(void (*(*)())());
|
||||
X = sizeof(int(*)(int, float, ...));
|
||||
X = sizeof(void (*(int arga, void (*argb)(double Y)))(void* Z));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user