LLVM OpenMP 19.0.0git
Functions | Variables
llvm-issue-80664.c File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void test_omp_barrier ()
 
int main ()
 

Variables

int a = 0
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 33 of file llvm-issue-80664.c.

References a, and test_omp_barrier().

◆ test_omp_barrier()

void test_omp_barrier ( )

Definition at line 22 of file llvm-issue-80664.c.

References a.

Referenced by main().

Variable Documentation

◆ a

int a = 0