mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
6 lines
74 B
C
6 lines
74 B
C
int main()
|
|
{
|
|
volatile unsigned x = 16;
|
|
volatile unsigned y = x / 4;
|
|
}
|