mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
5 lines
98 B
Objective-C
5 lines
98 B
Objective-C
// RUN: clang-format -dump-config %s | FileCheck %s
|
|
|
|
// CHECK: Language: ObjC
|
|
@interface Foo
|
|
@end
|