// RUN: %target-run-simple-swiftgyb // REQUIRES: executable_test // REQUIRES: synchronization %{ from gyb import expand types = [ # Label Type a b ("MutableRawPointer", "UnsafeMutableRawPointer", "_mraw1", "_mraw2"), ] }% ${expand("Tests.gyb-template", line_directive='', types=types)}