mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
10 lines
132 B
Common Lisp
10 lines
132 B
Common Lisp
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
|
|
// expected-no-diagnostics
|
|
|
|
__kernel void test()
|
|
{
|
|
}
|
|
|
|
kernel void test1()
|
|
{
|
|
}
|