https://github.com/shader-slang/slang
Raw File
Tip revision: d57aff94dc4a2af4d11b90a23279205e5daaaec0 authored by Yong He on 16 June 2022, 07:23:25 UTC
fix2
Tip revision: d57aff9
missing-include-file.slang
//DIAGNOSTIC_TEST:SIMPLE:
// trying to include a non-existant file

#include "does-not-exist.h"
back to top