mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
7 lines
194 B
Objective-C
7 lines
194 B
Objective-C
@import StdDef.Other;
|
|
|
|
size_t getSize();
|
|
|
|
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/StdDef %s -verify
|
|
// expected-no-diagnostics
|