1hlsl.deadFunctionMissingBody.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 18
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 16
10                              Source HLSL 500
11                              Name 4  "main"
12                              Name 9  "@main("
13                              Name 16  "@entryPointOutput"
14                              Decorate 16(@entryPointOutput) Location 0
15               2:             TypeVoid
16               3:             TypeFunction 2
17               6:             TypeFloat 32
18               7:             TypeVector 6(float) 4
19               8:             TypeFunction 7(fvec4)
20              11:    6(float) Constant 0
21              12:    7(fvec4) ConstantComposite 11 11 11 11
22              15:             TypePointer Output 7(fvec4)
2316(@entryPointOutput):     15(ptr) Variable Output
24         4(main):           2 Function None 3
25               5:             Label
26              17:    7(fvec4) FunctionCall 9(@main()
27                              Store 16(@entryPointOutput) 17
28                              Return
29                              FunctionEnd
30       9(@main():    7(fvec4) Function None 8
31              10:             Label
32                              ReturnValue 12
33                              FunctionEnd
34