# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# This test has a syntax error.
# This error is intentional and is meant to test pytest discovery error handling.
def test_function()
    assert True
