; RUN: llvm-as < %s | llc

int %main() {  
  ret int 42
}