1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* * * 7.54 * * */ int main () { /* Answer: Yes and No. C++11 did not allow this When compiling with C++20, this is allowed. */ return 0; }