36 lines
317 B
Plaintext
36 lines
317 B
Plaintext
// #failed: parse
|
|
// #error: got unexpected token: doc comment
|
|
// #error: got unexpected token: doc comment
|
|
|
|
|
|
/**
|
|
* doc comment test
|
|
*
|
|
**/
|
|
A :: proc() {
|
|
}
|
|
|
|
/**
|
|
* doc comment test
|
|
*
|
|
**/
|
|
|
|
/**
|
|
* doc comment test
|
|
*
|
|
**/
|
|
B :: proc() {
|
|
}
|
|
|
|
|
|
/**
|
|
* doc comment test
|
|
*
|
|
**/
|
|
|
|
/**
|
|
* doc comment test
|
|
*
|
|
**/
|
|
C :: proc() {
|
|
} |