Skip to content

Commit 8a3abe4

Browse files
committed
Fix
1 parent 9761e6a commit 8a3abe4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/cli/whole-program/odr5.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
struct S { S(); };
1+
struct S {
2+
void f() {}
3+
};

0 commit comments

Comments
 (0)