Open
Description
Annotations like this are not processed correctly:
// FUNCTION: HELLO 0x1000
//NoSpace::Function
// FUNCTION: HELLO 0x2000
// BigSpace::Function
// FUNCTION: HELLO 0x3000
///// Test::Function
We expect the comments to have the format: (optional leading spaces) (two frontslashes) (one space) (text)
.
We should capture the name from the comment and raise a syntax warning in these situations.