dmd/compiler/test/compilable/ddoc12745.d
2022-07-09 18:53:07 +02:00

25 lines
392 B
D

// EXTRA_SOURCES:
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/**
i underlined $(BR)
_i not underlined $(BR)
__i force underscore $(BR)
$(BR)
_0 not underscored $(BR)
__0 force underscored
1 underscore:
$(BR)
1_1 $(BR)
1_a $(BR)
a_1 $(BR)
a_a $(BR)
$(BR)
2 underscores: $(BR)
1__a $(BR)
2__b
*/
int i;