bolt/deps/llvm-18.1.8/clang/test/Frontend/windows-nul.c
2025-02-14 19:21:04 +01:00

8 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.