Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.19.0/tests/lit-tests/1419.ispc
2025-05-18 13:04:45 +08:00

6 lines
159 B
Plaintext

// RUN: %{ispc} %s -MMM %t.dep -h %t.h
// RUN: FileCheck %s --input-file=%t.dep
// CHECK-NOT: stdlib.ispc
int no_stdlib_dep(int a, int b) {
return a + b;
}