Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
0002 
0003 /* Sample program which should always load for testing control paths. */
0004 int func()
0005 {
0006     return 0;
0007 }