Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.17.0/tests/lit-tests/1210.ispc
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

6 lines
163 B
Plaintext

// RUN: %{ispc} %s -MMM %t.dep -h %t.h > %t 2>&1
// RUN: FileCheck --input-file=%t %s --implicit-check-not "Writing dependencies"
int foo(int a) {
return a;
}