commit | d366e4094a8277ec67057992ef0856eb0a835181 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 19 23:09:30 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 19 23:09:30 2002 +0000 |
tree | d0c30ed6ad8b76dc32952656b4fe5aba6ee3b2c0 | |
parent | 83c577566e3f15c09f99536e443235d0c24bf504 [diff] [blame] |
* Build with warnings * Add a bunch of testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3393 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll b/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll new file mode 100644 index 0000000..ac28d93 --- /dev/null +++ b/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
@@ -0,0 +1,3 @@ +%fptr = global void() * %f ;; Forward ref method defn +declare void "f"() ;; External method +