C++: Fix typo in test

This commit is contained in:
Jeroen Ketema
2025-01-16 13:19:54 +01:00
parent d027e0c06b
commit 52eef7c4c2
2 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ int f23() {
f22(); // GOOD
}
[[___noreturn__]] void f24();
[[__noreturn__]] void f24();
int f25() {
f24(); // GOOD