mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
3 lines
73 B
C++
3 lines
73 B
C++
// RUN: clang-cc %s -emit-llvm -o - -std=c++0x
|
|
|
|
static_assert(true, "");
|