Late evaluation of the fast-math vectorization requirement.
[oota-llvm.git] / test / Linker / Inputs / type-unique-name.ll
1 %t = type { i8 }
2
3 define %t* @f() {
4   ret %t* null
5 }