C++: Fix ODR violations in dataflow tests

This commit is contained in:
Jeroen Ketema
2024-10-08 20:34:20 +02:00
parent f1e22687ab
commit c90d0faaf6
3 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ template<> struct std::iterator_traits<unsigned long>
};
int test() {
int iterator_test() {
unsigned long x = source();
sink(x); // $ ast ir
}