mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
8eee8727cb
ported over smack tests Signed-off-by: Armin Kuster <akuster808@gmail.com>
8 lines
150 B
C
8 lines
150 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("Original test program removed while investigating its license.\n");
|
|
return 1;
|
|
}
|