9 lines
79 B
C
9 lines
79 B
C
/* comment, test #9 */
|
|
|
|
#include <unistd.h>
|
|
|
|
int main(void)
|
|
{
|
|
_exit(42);
|
|
}
|