Update skeleton

This commit is contained in:
Jeehoon Kang
2020-05-29 21:27:35 +09:00
parent 599fb7ca35
commit 4c850d5801
13 changed files with 398 additions and 521 deletions

3
examples/asm/alignof.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return _Alignof(const int) == 4;
}