Files
lib_compiler/tests/invalid_note_name.txt
2024-04-13 15:29:53 +02:00

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() {
}