llvm-for-llvmta/tools/clang/test/Frontend/windows-nul.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

9 lines
226 B
C

// RUN: %clang_cc1 nul
// REQUIRES: system-windows
// Verify that cc1 doesn't crash with an assertion failure
// in MemoryBuffer.cpp due to an invalid file size reported
// when the Windows 'nul' device is passed in input.