#!/bin/sh
exec clang --target=x86_64-pc-windows-msvc18.0.0 \
     -fuse-ld=lld -D_CRT_SECURE_NO_WARNINGS "$@"
