# SPDX-License-Identifier: MIT
#
# Copyright The SCons Foundation

Import('env')

primary = env.make_file('output', 'test.cpp')
this_causes_problems = env.SideEffect('output_side_effect', 'output')

