mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 02:36:05 +00:00
11 lines
115 B
C++
11 lines
115 B
C++
![]() |
#include <stdio.h>
|
||
|
#include "other.h"
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
int test_var = 10;
|
||
|
Other::DoSomethingElse();
|
||
|
return 0;
|
||
|
}
|