blob: 961ae84edfd5c55896045f79515dd656d5fab9c6 [file] [log] [blame]
Chris Lattner7dd79b62002-05-02 19:12:21 +00001; It looks like the assembler is not forward resolving the function declaraion
2; correctly.
3
4void "test"()
5begin
6 call void %foo()
7 ret void
8end
9
10declare void "foo"()
11