cxx_attributes.cpp 46 B

12345
  1. void unusedFunc[[noreturn]]()
  2. {
  3. throw 1;
  4. }