diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Feature/ArbitraryBitWidths.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Feature/ArbitraryBitWidths.ll b/test/Feature/ArbitraryBitWidths.ll new file mode 100644 index 00000000..34e3ee78 --- /dev/null +++ b/test/Feature/ArbitraryBitWidths.ll @@ -0,0 +1,5 @@ +@g0 = global i31 10 + +define i32 @main() { + ret i32 0 +} \ No newline at end of file |