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