Skip to content

Commit 08962b5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Parser/parsing-reflection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct Z{
2424

2525
int main()
2626
{
27-
(void)(^^::);
27+
(void)^^::;
2828
(void)(^^void);
2929
(void)(^^bool);
3030
(void)(^^char);

0 commit comments

Comments
 (0)