1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-09 23:31:21 +00:00
Files
AmigaExamples/009.anim_blit/test.c
2016-03-04 15:22:13 +11:00

6 lines
74 B
C

int main()
{
volatile unsigned x = 16;
volatile unsigned y = x / 4;
}