Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-external-shell-kill
/
test.txt
Text
·
92 B
·
dbdf2d6
Raw
6 lines · plain
1
# RUN: echo start
2
# RUN: sleep 300 & PID=$!
3
# RUN: sleep 2
4
# RUN: kill $PID
5
# RUN: echo end
6