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