Untrack One-off Test File

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-13 06:27:29 -04:00
parent 2f7d05a3fd
commit 636db140ce
-9
View File
@@ -1,9 +0,0 @@
parser simple() {
state start {
bool x = true;
int y = 0;
y = 1;
transition accept;
}
};