xref: /aosp_15_r20/external/clang/test/Frontend/windows-nul.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: %clang_cc1 nul
2*67e74705SXin Li 
3*67e74705SXin Li // REQUIRES: system-windows
4*67e74705SXin Li 
5*67e74705SXin Li // Verify that cc1 doesn't crash with an assertion failure
6*67e74705SXin Li // in MemoryBuffer.cpp due to an invalid file size reported
7*67e74705SXin Li // when the Windows 'nul' device is passed in input.
8*67e74705SXin Li 
9