add a failing C test

This commit is contained in:
2025-11-21 23:01:08 +05:30
parent 11850d16d3
commit 99321c7669
2 changed files with 19 additions and 0 deletions

View File

@ -16,6 +16,7 @@ mapping = {
"c_long": ir.IntType(64),
"c_ulong": ir.IntType(64),
"c_longlong": ir.IntType(64),
"c_uint": ir.IntType(32),
# Not so sure about this one
"str": ir.PointerType(ir.IntType(8)),
}