1#!/usr/bin/env python32# Copyright 2022 The ChromiumOS Authors3# Use of this source code is governed by a BSD-style license that can be4# found in the LICENSE file.56fromimpl.testvmimportmain7importsys89if__name__ == "__main__":
10main("x86_64", sys.argv[1:])
11