From abcb4e618287d1998e15bf42460d908cf51f994d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Dec 2025 15:27:44 +0100 Subject: chore: refactor codebase with our testing naming format. Signed-off-by: Amlal El Mahrouss --- test/test_samples/sample.cc.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/test_samples/sample.cc.pp (limited to 'test/test_samples/sample.cc.pp') diff --git a/test/test_samples/sample.cc.pp b/test/test_samples/sample.cc.pp new file mode 100644 index 0000000..4cce7f6 --- /dev/null +++ b/test/test_samples/sample.cc.pp @@ -0,0 +1,3 @@ +int main() { + return 0; +} -- cgit v1.2.3