mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
2 lines
128 B
C++
2 lines
128 B
C++
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s 2>&1
|
|
int static_assert; /* expected-error {{expected unqualified-id}} */
|