================
@@ -54,3 +54,9 @@ void test_missiles(void) {
launch_missiles();
}
+[[nodiscard]] int f3();
+
+void f4() {
----------------
cor3ntin wrote:
```suggestion
void GH104391(void) {
```
https://github.com/llvm/llvm-project/pull/104677