hanchenye-llvm-project/llvm/test/Regression/Transforms/FunctionResolve/2003-05-31-FuncPointerResol...

12 lines
200 B
LLVM

; RUN: as < %s | opt -funcresolve | dis | not grep declare
%Table = constant int(...)* %foo
%Table2 = constant [1 x int(...)* ] [ int(...)* %foo ]
declare int %foo(...)
int %foo() {
ret int 0
}