diff options
-rw-r--r-- | test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll new file mode 100644 index 0000000000..382c817d6d --- /dev/null +++ b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + +%JNIEnv = type %struct.JNINa* +%struct.JNINa = type { sbyte*, sbyte*, sbyte*, void (%JNIEnv*)* } + |