Skip to content

Commit 03b9653

Browse files
Update clang/test/Parser/parsing-reflection.cpp
Co-authored-by: Hubert Tong <[email protected]>
1 parent 08962b5 commit 03b9653

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/test/Parser/parsing-reflection.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
namespace a {
44
struct X {
55
int y;
6-
bool operator==(const X& other)
7-
{
8-
return y == other.y;
9-
}
6+
bool operator==(const X&);
107
};
118

129
namespace b {

0 commit comments

Comments
 (0)