Sign in
kunit
/
linux
/
be6bb8cc8d2bd033a1f89983f2f13bdb3548a08f
/
.
/
scripts
/
gcc-goto.sh
blob: 98cffcb941ea6e319fd4bee04db7f06de379031b [
file
]
#!/bin/sh
# Test for gcc 'asm goto' support
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
echo
"int main(void) { entry: asm goto (\"\"::::entry); return 0; }"
|
$@
-
x c
-
-
c
-
o
/
dev
/
null
>/
dev
/
null
2
>&
1
&&
echo
"y"