File: use_wrapper.cpp

package info (click to toggle)
rocm-cmake 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: cpp: 82; python: 33; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#include "wrapper.h"
#include "other.h"


int main() {
    wrapper();
}