blob: 6efcead3198989d2ab2ab6772c72d8bb61c89c4e [file] [log] [blame]
Alexei Starovoitov819dd922018-06-04 19:53:41 -07001#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0
3
Masahiro Yamada88e85a72018-06-26 12:55:35 +09004cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
Alexei Starovoitov819dd922018-06-04 19:53:41 -07005#include <stdio.h>
6int main(void)
7{
8 printf("");
9 return 0;
10}
11END