]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - scripts/cc-can-link.sh
Merge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[thirdparty/kernel/linux.git] / scripts / cc-can-link.sh
CommitLineData
819dd92b
AS
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0
3
88e85a7d 4cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
819dd92b
AS
5#include <stdio.h>
6int main(void)
7{
8 printf("");
9 return 0;
10}
11END