brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 93cc6b5 Raw
7 lines · cpp
1// RUN: %clang_cc1 -emit-llvm-only -verify %s2// expected-no-diagnostics3 4bool a() { return __is_pod(int); }5 6bool b() { return __is_trivially_constructible(int, int, int); }7