muMLE/transformation/topify/rules/r_create_top_nac.od

5 lines
No EOL
101 B
Text

# Top-class should not yet already exist:
top:RAM_Class {
condition = `get_name(this) == "Top"`;
}