Clang-trunk accepts the following code without producing any syntax error. https://godbolt.org/z/dnW5oWY84 ```cpp #include <bits/stdc++.h> using namespace std; int a() { uniform_int_distribution<>(1, ); return 0; } ``` Expected (Clang 19): ``` <source>:4:35: error: expected expression 4 | uniform_int_distribution<>(1, ); | ^ 1 error generated. ASM generation compiler returned: 1 ``` bisect to https://github.com/llvm/llvm-project/commit/925e1956cd5039fa2489b802d25555e247c34175