mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
4 lines
109 B
C++
4 lines
109 B
C++
// RUN: %clang_cc1 -emit-llvm-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
bool a() { return __is_pod(int); }
|