Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> typedef struct { int x:2; int y:3; int z:2; } __attribute__((packed)) Foo; int main(void) { printf("%d\n", sizeof(Foo)); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines