repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Frontend
/
windows-nul.c
blob
9f1fc04151d60c49199e50bcc392c503e8d19ddd
1
// RUN: %clang_cc1 nul
2
3
// REQUIRES: system-windows
4
5
// Verify that cc1 doesn't crash with an assertion failure
6
// in MemoryBuffer.cpp due to an invalid file size reported
7
// when the Windows 'nul' device is passed in input.
8