summaryrefslogtreecommitdiff
path: root/tests/cpp/noncopyable/main.cpp
blob: ab68a068cd012c40afab6dc865055118815582b4 (plain)
1
2
3
4
5
6
7
#include "spirv_reflect.h"

int main(int argc, char** argv) {
  spv_reflect::ShaderModule shaderModule;
  shaderModule = spv_reflect::ShaderModule();
  return 0;
}