mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
3 lines
38 B
C++
3 lines
38 B
C++
class S {
|
|
static_assert(4 == 4);
|
|
};
|