nested-emission.txt 361 B

12345678910
  1. # use string notation (double quotes) to list a series of tests you want to match from the output of compilation
  2. # spaces separate tokens. e.g. "id1 , id2" will match "thing<id1,id2>"
  3. "struct SRG_S"
  4. "float4 albedo ;"
  5. "StructuredBuffer < SRG_S > SRG_m_buf : register ( t0 , space0 ) ;"
  6. "struct Thingie_vd_S"
  7. "void Thingie ( )"
  8. ":: Thingie_vd_S s ;"
  9. "s . i ++ ;"