|
@@ -595,6 +595,9 @@ TEST_F(FileTest, FunctionInCTBuffer) {
|
|
|
|
|
|
TEST_F(FileTest, FunctionNoInline) { runFileTest("fn.noinline.hlsl"); }
|
|
TEST_F(FileTest, FunctionNoInline) { runFileTest("fn.noinline.hlsl"); }
|
|
TEST_F(FileTest, FunctionExport) { runFileTest("fn.export.hlsl"); }
|
|
TEST_F(FileTest, FunctionExport) { runFileTest("fn.export.hlsl"); }
|
|
|
|
+TEST_F(FileTest, FunctionForwardDecl) {
|
|
|
|
+ runFileTest("fn.forward-declaration.hlsl");
|
|
|
|
+}
|
|
|
|
|
|
// For OO features
|
|
// For OO features
|
|
TEST_F(FileTest, StructMethodCall) {
|
|
TEST_F(FileTest, StructMethodCall) {
|