
Import('env')
obj = env.Object('foo.c')
Return('obj')
        
