19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
// #failed: parse
|
|
// #error: unregistered note name: 'something'
|
|
// #error: unregistered note name: 'other'
|
|
// #error: unregistered note name: 'another'
|
|
// #error: unregistered note name: 'and_other'
|
|
// #error: unregistered note name: 'andd'
|
|
|
|
#something;
|
|
@other
|
|
A :: proc() {
|
|
}
|
|
|
|
#another;
|
|
|
|
@and_other
|
|
@andd
|
|
B :: proc() {
|
|
}
|