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