diff options
Diffstat (limited to 'tests/headers/int128_t.h')
-rw-r--r-- | tests/headers/int128_t.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/headers/int128_t.h b/tests/headers/int128_t.h new file mode 100644 index 00000000..eece252c --- /dev/null +++ b/tests/headers/int128_t.h @@ -0,0 +1,7 @@ +/** + * FIXME: Uncomment this once we can generate the proper alignment for the type, + * i.e., when we use u128/i128. +struct Foo { + __int128 foo; +}; + */ |