Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 065c4e67cc2c40e6dd94649e8e720096fbabd4ee 11 lines 197 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0 3 4cat << "END" | $@ -Werror -Wl,--fatal-warnings -x c - -o /dev/null >/dev/null 2>&1 5#include <stdio.h> 6int main(void) 7{ 8 printf("\n"); 9 return 0; 10} 11END