mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
10 lines
149 B
C
10 lines
149 B
C
// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
|
|
// REQUIRES: crash-recovery
|
|
|
|
#prag\
|
|
ma clang __debug crash
|
|
|
|
// CHECK: prag\
|
|
// CHECK-NEXT: ma
|
|
|