dfmt/tests/otbs/issue0125.d.ref

11 lines
279 B
Plaintext

void main(string[] args) {
// dfmt off
getopt(args,
"optionOne", &optionOne,
"optionTwo", &optionTwo,
"optionThree", &optionThree);
// dfmt on
getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree);
}