#!/bin/sh
set -u
set -e
cd "$AUTOPKGTEST_TMP"
cat >test.c <<'EOF'
void _start()
{
}
EOF
bpf-gcc -nostdlib test.c
