LLVM OpenMP 22.0.0git
issue-79416.c File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void run (int nteams, int nth)
int main ()

Variables

int a

Function Documentation

◆ main()

int main ( void )

Definition at line 24 of file issue-79416.c.

References i, and run().

◆ run()

void run ( int nteams,
int nth )

Definition at line 7 of file issue-79416.c.

References a.

Referenced by main().

Variable Documentation

◆ a

int a

Definition at line 5 of file issue-79416.c.