Skip to content

Commit 95a84d4

Browse files
committed
Add test with function pointer
1 parent af4d5f5 commit 95a84d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/atomics/types.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ int main(int, char**) {
162162
test<std::uintmax_t>();
163163
test<std::uintmax_t>();
164164

165+
test<void (*)(int)>();
165166
test<void*>();
166167
test<const void*>();
167168
test<int*>();

0 commit comments

Comments
 (0)