hanchenye-llvm-project/clang/test/CodeGen/PR3869-indirect-goto-long.c

5 lines
82 B
C

// RUN: clang-cc -emit-llvm-bc -o - %s
// PR3869
int a(long long b) { goto *b; }