Ajout du test-09
This commit is contained in:
6
tests/C/test-09-handling-comment/bake/module.c
Normal file
6
tests/C/test-09-handling-comment/bake/module.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include "module.h"
|
||||
|
||||
void print_message() {
|
||||
printf("Hello from module!\n");
|
||||
}
|
Reference in New Issue
Block a user