summaryrefslogtreecommitdiff
path: root/Tests/CompileFeatures/cxx_attributes.cpp
blob: a3c89eaba1ed41a79a6370b1f9a640c09cd02b5d (plain)
1
2

void unusedFunc [[noreturn]] () { throw 1; }