mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
9 lines
105 B
Common Lisp
9 lines
105 B
Common Lisp
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
|
|
|
|
__kernel void test()
|
|
{
|
|
}
|
|
|
|
kernel void test1()
|
|
{
|
|
}
|