mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
14 lines
125 B
NASM
14 lines
125 B
NASM
%define a b
|
|
%error a
|
|
%scope
|
|
%define a c
|
|
%error a
|
|
%scope
|
|
%define a d
|
|
%error a
|
|
%endscope
|
|
%error a
|
|
%endscope
|
|
%error a
|
|
%endscope
|