mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
8 lines
72 B
NASM
8 lines
72 B
NASM
machine Foo {
|
|
}
|
|
mod module {
|
|
machine Bar {
|
|
Foo foo;
|
|
}
|
|
}
|