Skip to content

Commit 7fee93f

Browse files
Allow the alignas test to run on 32-bit profiles. (#642)
Co-authored-by: Virgil Serbanuta <virgil.serbanuta>
1 parent e9919bb commit 7fee93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-fail-compilation/alignas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdalign.h>
22

33
struct {
4-
alignas(int) long long int x;
4+
alignas(short) long long int x;
55
};
66

77
int main(void) {

0 commit comments

Comments
 (0)