mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 19:43:38 +08:00
codegen for:
_Complex double bar(int);
void test(_Complex double*);
void test2(int c) {
_Complex double X;
X = bar(1);
test(&X);
}
llvm-svn: 40993
3.2 KiB
3.2 KiB