We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90e2d4 commit 7382554Copy full SHA for 7382554
src/test/run-make/extern-fn-with-packed-struct/test.c
@@ -1,3 +1,5 @@
1
+// Pragma needed cause of gcc bug on windows: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
2
+#pragma pack(1)
3
struct __attribute__((packed)) Foo {
4
char a;
5
short b;
0 commit comments