[clang-format] Treat uppercase identifiers after struct as macros (#124397)
[llvm-project.git] / lldb / test / API / commands / command / source / my.py
blobe5d789a5b40e768316916e3fc61ef38d31926b74
1 def date():
2 import datetime
4 today = datetime.date.today()
5 print(today)