6 lines
159 B
Plaintext
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;
|
|
} |