blob: b198edfd31f5c112e65d52365c1cfbf8efe8e542 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as %s -o /dev/null -f
2
3%T = type i32 *
4
5define %T @test() {
6 ret %T null
7}