blob: ebb557824c15b7abb28324a490e7345165be67ff [file] [log] [blame]
Chris Lattner1fcfd4e2003-05-31 20:21:13 +00001; RUN: if as < %s | opt -funcresolve | dis | grep declare
2; RUN: then exit 1
3; RUN: else exit 0
4; RUN: fi
5%Table = constant int(...)* %foo
6
7declare int %foo(...)
8
9int %foo() {
10 ret int 0
11}