summaryrefslogtreecommitdiffhomepage
path: root/tests/example.cc
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-27 02:11:12 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-27 02:11:12 +0100
commit2fd3475239d4258ca4407ffb2c0720d90d711d6c (patch)
treef56bbe4a03196ff41d197a617c263dbb13658ef4 /tests/example.cc
parent2b2ac6e8c5dd2b3234b74d38833066dcd483267b (diff)
ADD: `dbg` C++ debugger program.
META: Ran format command with correct C++ extensions. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tests/example.cc')
-rw-r--r--tests/example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example.cc b/tests/example.cc
index 5a388b8..1983931 100644
--- a/tests/example.cc
+++ b/tests/example.cc
@@ -1,6 +1,6 @@
#define AppMain int __ImageStart
-AppMain()
+AppMain()
{
return 0;
}