xref: /openbsd/regress/usr.sbin/btrace/comments.bt (revision d89ec533)
1/*
2 * Multi-lines comment.
3 */
4END
5// comment after probe
6{
7	printf("followed by a comment\n");
8	// comment that should be skipped (off-by one test)
9}
10/* Another comment */
11