mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
25 lines
392 B
D
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;
|