blob: 9aa1787fde75ea74d910ddf9754294861b8c377c [file] [log] [blame]
Amaury Sechet003216b2016-11-15 22:19:59 +00001; RUN: llvm-as %s -o %t.bc
2; RUN: llvm-c-test --test-function-attributes < %t.bc
3; This used to segfault
4
5define void @X() {
6 ret void
7}