1 // EXTRA_SOURCES: 2 // PERMUTE_ARGS: 3 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- 4 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 12745 5 6 /** 7 i underlined $(BR) 8 _i not underlined $(BR) 9 __i force underscore $(BR) 10 $(BR) 11 _0 not underscored $(BR) 12 __0 force underscored 13 14 1 underscore: 15 $(BR) 16 1_1 $(BR) 17 1_a $(BR) 18 a_1 $(BR) 19 a_a $(BR) 20 $(BR) 21 2 underscores: $(BR) 22 1__a $(BR) 23 2__b 24 */ 25 int i;