[C++20] Destroying delete can cause a type to be noexcept when deleting (#118687)
[llvm-project.git] / lldb / test / Shell / Commands / Inputs / main.c
blobc029ddd96cd52ed9871ee1d4b55a17f07fbea5b5
1 int foo() { return 0; }
2 int main() { return foo(); }