#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
main="$1"; shift
exec musl-gcc -static -s -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z -Wl,noexecstack -o "$main" "$main".o ${1+"$@"}
