mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
5 lines
121 B
C++
5 lines
121 B
C++
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
int main(int argc, const char* const* argv) {
|
|
}
|