11 lines
122 B
C
11 lines
122 B
C
|
/*
|
||
|
* Copyright (c) 2019 Intel Corporation
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
void func(void)
|
||
|
{
|
||
|
for (;;) {
|
||
|
}
|
||
|
}
|