Files
simple-rust-tests/__wasm/wit-bindgen-sample/wit-bindgen/crates/parser/tests/ui/comments.wit

20 lines
213 B
Plaintext

// hello
// world
// why, yes
// this is a comment
/* this too */ /* is a comment */
/* this /* is /* a */ nested */ comment */
type /* foo */ bar /* baz */ = //
handle //
//
//
x
resource /* x */ x // ...