blob: eb4d2919d102ac470af8a714e0227d30715111f9 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
2; PR933
3
4fastcc bool %test() {
5 ret bool true
6}