Skip to content

Commit b684ba4

Browse files
committed
add test
1 parent 94874b7 commit b684ba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/Preprocessor/feature_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
!__has_builtin(__has_unique_object_representations) || \
3535
!__has_builtin(__is_trivially_equality_comparable) || \
3636
!__has_builtin(__reference_constructs_from_temporary) || \
37-
!__has_builtin(__reference_binds_to_temporary)
37+
!__has_builtin(__reference_binds_to_temporary) || \
38+
!__has_builtin(__reference_converts_from_temporary)
3839
#error Clang should have these
3940
#endif
4041

0 commit comments

Comments
 (0)